PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineAnnotation Class / setStartPoint Method / setStartPoint(PDFPoint) Method
A com.o2sol.pdf4java.graphics.PDFPoint object that specifies the start point of the line annotation in display coordinates.
In This Topic
    setStartPoint(PDFPoint) Method
    In This Topic
    Sets the line's start point.
    Because the start point uses page display coordinates, the annotation must be added to the page before setting the start point.
    Syntax
    public void setStartPoint( 
       PDFPoint point
    )

    Parameters

    point
    A com.o2sol.pdf4java.graphics.PDFPoint object that specifies the start point of the line annotation in display coordinates.
    Exceptions
    ExceptionDescription
    When point parameter is null
    When the annotation does not belong to a page
    See Also